// Copyright 1995 Apple Computer, Inc.  All rights reserved.

AliasUnit('Moo, '|Moo:PIEDTS|);


// warn user that we can't work without MooUnit

SetPartFrameSlot('RemovalApproval, func(unitName, major, minor)
	begin
		"This operation will also disable MooUser."
	end);
	


// when MooUnit is gone, we close up shop

SetPartFrameSlot('ImportDisabled, func(unitName, major, minor)
	begin
		GetRoot().(kAppSymbol):Close();
	end);
